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

<https://eurobis.org/ns/occurrence-status#present>
  a marine-observation:OccurrenceStatus , skos:Concept ;
  skos:prefLabel "Present"@en ;
  skos:exactMatch <http://rs.gbif.org/vocabulary/gbif/occurrence_status/present> .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540600'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540600'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540652'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540652'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540728'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540728'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540845'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540845'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540978'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540978'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541060'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541060'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541122'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541122'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541158'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541158'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541236'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541236'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541335'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541335'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541472'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541472'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540494'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540494'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540857'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540857'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540984'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540984'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541342'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541342'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540493'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540493'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540934'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540934'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541011'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541011'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541212'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541212'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541264'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541264'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540608'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540608'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540679'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540679'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540935'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540935'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541134'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541134'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541265'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541265'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540591'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540591'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540642'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540642'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540710'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540710'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540815'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540815'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541038'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541038'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541094'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541094'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541104'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541104'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541298'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541298'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541451'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541451'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540559'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540559'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540640'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540640'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540703'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540703'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541032'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541032'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541098'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541098'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541193'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541193'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541293'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541293'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540643'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540643'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541095'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541095'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541189'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541189'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541254'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541254'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541452'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541452'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540593'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540593'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540641'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540641'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540704'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540704'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540960'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540960'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540605'^^xsd:integer;
  dwc:scientificName 'Cladophora pellucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145059'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540605'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1311360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540677'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540677'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540888'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540888'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540933'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540933'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541010'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541010'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541211'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541211'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541263'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541263'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540607'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540607'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540676'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540676'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540767'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540767'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540932'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540932'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541009'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541009'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541262'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541262'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541435'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541435'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540678'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540678'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541339'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541339'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541466'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541466'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540656'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540656'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540737'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540737'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540921'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540921'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541100'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541100'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541157'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541157'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541332'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541332'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540538'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540538'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540602'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540602'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540635'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540635'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540661'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540661'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540744'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540744'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540982'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540982'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541102'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541102'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541116'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541116'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541204'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541204'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541340'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541340'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541467'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541467'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540564'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540564'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540629'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540629'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540714'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540714'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541041'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541041'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541113'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541113'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541195'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541195'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541302'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541302'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540497'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540497'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540541'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540541'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540738'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540738'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540747'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540747'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540851'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540851'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540858'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540858'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540985'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540985'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541058'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541058'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541066'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541066'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541120'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541120'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541333'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541333'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541343'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541343'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541470'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541470'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540498'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540498'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540740'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540740'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540853'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540853'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541165'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541165'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541253'^^xsd:integer;
  dwc:scientificName 'Sargassum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144132'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541253'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144132'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540504'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540504'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540544'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540544'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540603'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540603'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540777'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540777'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540869'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540869'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540926'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540926'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540997'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540997'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541080'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541080'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541170'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541170'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541208'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541208'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541260'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541260'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541355'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541355'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540500'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540500'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540543'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540543'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540636'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540636'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540753'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540753'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540863'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540863'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540990'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540990'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541074'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541074'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541348'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541348'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541474'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541474'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540545'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540545'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540667'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540667'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540756'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540756'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540788'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540788'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540542'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540542'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540665'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540665'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540751'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540751'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540988'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540988'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541070'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541070'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541473'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541473'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540514'^^xsd:integer;
  dwc:scientificName 'Amphiroa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144003'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540514'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144003'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540830'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540830'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540908'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540908'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541313'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541313'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541367'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541367'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541395'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541395'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541423'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541423'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540488'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540488'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540568'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540568'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540771'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540771'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540780'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540780'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540832'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540832'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540910'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540910'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541048'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541048'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541155'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541155'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541256'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541256'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541315'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541315'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541397'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541397'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541457'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541457'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540522'^^xsd:integer;
  dwc:scientificName 'Anadyomene stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145012'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540522'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540551'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540551'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540691'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540691'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540801'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540801'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540900'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540900'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540945'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540945'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541089'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541089'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541139'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541139'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541185'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541185'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541218'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541218'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541278'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541278'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541446'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541446'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540473'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540473'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540809'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540809'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540898'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540898'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541027'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541027'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541136'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541136'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541442'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541442'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540475'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540475'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540617'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540617'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540802'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540802'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540901'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540901'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540946'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540946'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541022'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541022'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541140'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541140'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541186'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541186'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541219'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541219'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541279'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541279'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540692'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540692'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540803'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540803'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540951'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540951'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541028'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541028'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541090'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541090'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541183'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541183'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541217'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541217'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541283'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541283'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541443'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541443'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540485'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540485'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540562'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540562'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540770'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540770'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540914'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540914'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540967'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540967'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541044'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541044'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541152'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541152'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541308'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541308'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541392'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541392'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540489'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540489'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540515'^^xsd:integer;
  dwc:scientificName 'Amphiroa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144003'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540515'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144003'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540569'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540569'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540650'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540650'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540772'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540772'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540781'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540781'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540917'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540917'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540971'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540971'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541049'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541049'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541317'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541317'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541374'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541374'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541399'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541399'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540787'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540787'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540996'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540996'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541072'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541072'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540987'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540987'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541068'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541068'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541163'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541163'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541345'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541345'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540567'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540567'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540723'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540723'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540831'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540831'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540909'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540909'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541154'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541154'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541314'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541314'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541371'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541371'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540561'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540561'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540674'^^xsd:integer;
  dwc:scientificName 'Colpomenia sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145857'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540674'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540825'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540825'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540913'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540913'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541307'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541307'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541368'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541368'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541391'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541391'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541422'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541422'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540639'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540639'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540754'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540754'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540994'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540994'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541078'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541078'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541352'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541352'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541433'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541433'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541478'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541478'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540616'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540616'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540690'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540690'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540943'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540943'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541020'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541020'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541092'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541092'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541276'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541276'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541418'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541418'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541445'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541445'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540503'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540503'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540580'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540580'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540755'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540755'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540868'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540868'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540995'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540995'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541237'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541237'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541353'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541353'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541479'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541479'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540554'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540554'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540619'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540619'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540695'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540695'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540807'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540807'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541025'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541025'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541181'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541181'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541281'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541281'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541415'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541415'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540664'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540664'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540750'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540750'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540861'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540861'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541346'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541346'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541430'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541430'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540717'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540717'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540824'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540824'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540912'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540912'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540966'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540966'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541043'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541043'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541151'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541151'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541306'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541306'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541370'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541370'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541390'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541390'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541421'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541421'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540666'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540666'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540752'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540752'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540989'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540989'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541071'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541071'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541164'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541164'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541354'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541354'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540630'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540630'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540716'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540716'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540791'^^xsd:integer;
  dwc:scientificName 'Dictyopteris polypodioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145360'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540791'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540823'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540823'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540911'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540911'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540930'^^xsd:integer;
  dwc:scientificName 'Halopteris scoparia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '182742'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540930'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541150'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541150'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541305'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541305'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541389'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541389'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541420'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541420'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540694'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540694'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540896'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540896'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540948'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540948'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541024'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541024'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541414'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541414'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541440'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541440'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540800'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540800'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540944'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540944'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541021'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541021'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541277'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541277'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541416'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541416'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541124'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541124'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541347'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541347'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540893'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540893'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540940'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540940'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541270'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541270'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540539'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540539'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540663'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540663'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540748'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540748'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540859'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540859'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540986'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540986'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541067'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541067'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541123'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541123'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541469'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541469'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540634'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540634'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540659'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540659'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540922'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540922'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541160'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541160'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541337'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541337'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541428'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541428'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540550'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540550'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540588'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540588'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540614'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540614'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540687'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540687'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540895'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540895'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540941'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540941'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541017'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541017'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541088'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541088'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541180'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541180'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541274'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541274'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541438'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541438'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540658'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540658'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540741'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540741'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540854'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540854'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540979'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540979'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541159'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541159'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541336'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541336'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541406'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541406'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540484'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540484'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540566'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540566'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540595'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540595'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540649'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540649'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540721'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540721'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541149'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541149'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541312'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541312'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541394'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541394'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540587'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540587'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540606'^^xsd:integer;
  dwc:scientificName 'Cladophora pellucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145059'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540606'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1311360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540613'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540613'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540686'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540686'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541016'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541016'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541179'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541179'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541273'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541273'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541412'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541412'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540648'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540648'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540720'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540720'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540829'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540829'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541047'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541047'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541232'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541232'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541311'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541311'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541456'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541456'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540565'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540565'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540645'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540645'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540715'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540715'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540822'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540822'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541246'^^xsd:integer;
  dwc:scientificName 'Gastrochaena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '138032'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541246'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541303'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541303'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540530'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540530'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540688'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540688'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540799'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540799'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540942'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540942'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541018'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541018'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541413'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541413'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541439'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541439'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540471'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540471'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540529'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540529'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540797'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540797'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541272'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541272'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541411'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541411'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541437'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541437'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540487'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540487'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540597'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540597'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540646'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540646'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540965'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540965'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541042'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541042'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541153'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541153'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541247'^^xsd:integer;
  dwc:scientificName 'Gastrochaena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '138032'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541247'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541304'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541304'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541388'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541388'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540499'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540499'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540579'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540579'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540860'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540860'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541396'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541396'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541424'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541424'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540513'^^xsd:integer;
  dwc:scientificName 'Amphiroa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144003'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540513'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144003'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541468'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541468'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540517'^^xsd:integer;
  dwc:scientificName 'Amphiroa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144003'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540517'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144003'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540657'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540657'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540739'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540739'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540852'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540852'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540977'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540977'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541059'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541059'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541206'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541206'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541235'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541235'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541334'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541334'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541405'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541405'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541471'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541471'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540745'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540745'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540856'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540856'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540983'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540983'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541065'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541065'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541117'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541117'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541161'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541161'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541341'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541341'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540470'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540470'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540519'^^xsd:integer;
  dwc:scientificName 'Anadyomene stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145012'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540519'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540548'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540548'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540586'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540586'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540612'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540612'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540680'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540680'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540796'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540796'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540890'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540890'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540894'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540894'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540936'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540936'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541014'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541014'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541266'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541266'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541271'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541271'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541410'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541410'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540483'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540483'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540560'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540560'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540622'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540622'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540647'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540647'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540705'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540705'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540719'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540719'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540821'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540821'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541034'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541034'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541046'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541046'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541109'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541109'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541295'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541295'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541310'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541310'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541387'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541387'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540683'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540683'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540892'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540892'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540939'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540939'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541214'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541214'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541269'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541269'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540631'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540631'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540718'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540718'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540968'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540968'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541045'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541045'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541111'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541111'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541309'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541309'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540563'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540563'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540596'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540596'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540713'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540713'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541040'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541040'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541112'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541112'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541194'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541194'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541301'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541301'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541393'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541393'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540594'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540594'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540712'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540712'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540820'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540820'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541039'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541039'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541110'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541110'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541300'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541300'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540681'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540681'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540891'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540891'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540937'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540937'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541012'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541012'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541267'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541267'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540527'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540527'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540549'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540549'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540610'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540610'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540682'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540682'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540938'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540938'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541013'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541013'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541213'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541213'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541268'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541268'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541436'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541436'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540528'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540528'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540585'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540585'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540611'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540611'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540684'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540684'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540795'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540795'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541162'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541162'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541344'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541344'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541429'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541429'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541033'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541033'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541108'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541108'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541294'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541294'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541386'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541386'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540557'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540557'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540644'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540644'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540711'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540711'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540816'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540816'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541096'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541096'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541255'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541255'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541299'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541299'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541384'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541384'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540675'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540675'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540793'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540793'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540887'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540887'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541261'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541261'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541379'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541379'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540537'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540537'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540742'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540742'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540855'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540855'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540980'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540980'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541063'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541063'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541101'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541101'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541338'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541338'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540496'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540496'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540540'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540540'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540736'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540736'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540850'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540850'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540974'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540974'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541057'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541057'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541119'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541119'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541331'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541331'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540660'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540660'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540743'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540743'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540919'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540919'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540981'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540981'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541064'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541064'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540699'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540699'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540957'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540957'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541146'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541146'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540963'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540963'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541228'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541228'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541454'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541454'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540698'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540698'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540906'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540906'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540956'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540956'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541145'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541145'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541222'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541222'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541288'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541288'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540623'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540623'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540577'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540577'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540601'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540601'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540734'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540734'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540848'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540848'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541203'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541203'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541329'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541329'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540653'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540653'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540730'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540730'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540840'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540840'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541322'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541322'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541321'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541321'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541404'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541404'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540482'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540482'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540702'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540702'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540959'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540959'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541107'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541107'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541148'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541148'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541192'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541192'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541480'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541480'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540506'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540506'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540790'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540790'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540866'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540866'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540993'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540993'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541077'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541077'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540925'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540925'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541000'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541000'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541083'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541083'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541168'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541168'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541249'^^xsd:integer;
  dwc:scientificName 'Gastrochaena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138032'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541249'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541358'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541358'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541375'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541375'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541477'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541477'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540512'^^xsd:integer;
  dwc:scientificName 'Actiniaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '1360'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540512'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540516'^^xsd:integer;
  dwc:scientificName 'Amphiroa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144003'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540516'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144003'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540732'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540732'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540775'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540775'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540843'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540843'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541052'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541052'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541115'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541115'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541248'^^xsd:integer;
  dwc:scientificName 'Gastrochaena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138032'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541248'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541320'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541320'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540492'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540492'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540575'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540575'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541201'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541201'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541465'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541465'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540510'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540510'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540584'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540584'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540764'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540764'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541006'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541006'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541087'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541087'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541129'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541129'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541176'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541176'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541240'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541240'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541364'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541364'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540572'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540572'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540598'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540598'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540846'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540846'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541198'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541198'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541258'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541258'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541327'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541327'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541401'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541401'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541425'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541425'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541462'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541462'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540668'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540668'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540757'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540757'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540873'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540873'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541128'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541128'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541238'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541238'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541359'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541359'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540508'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540508'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540547'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540547'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540669'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540669'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540758'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540758'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540874'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540874'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541001'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541001'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541130'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541130'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541242'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541242'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541360'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541360'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540507'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540507'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540546'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540546'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540583'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540583'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540672'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540672'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540763'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540763'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540878'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540878'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541005'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541005'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541086'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541086'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541239'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541239'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541363'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541363'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540535'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540535'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540570'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540570'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540655'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540655'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540837'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540837'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541131'^^xsd:integer;
  dwc:scientificName 'Osilinus turbinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541131'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '689179'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541326'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541326'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541400'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541400'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541460'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541460'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540509'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540509'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540582'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540582'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540759'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540759'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540875'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540875'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541002'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541002'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541223'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541223'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541289'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541289'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541450'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541450'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540480'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540480'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540707'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540707'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540817'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540817'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540768'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540768'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540778'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540778'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540804'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540804'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540899'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540899'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541137'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541137'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541252'^^xsd:integer;
  dwc:scientificName 'Sargassum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144132'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541252'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144132'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541284'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541284'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540477'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540477'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540962'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540962'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541035'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541035'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541227'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541227'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541296'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541296'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540697'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540697'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540955'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540955'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541030'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541030'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541226'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541226'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541287'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541287'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541382'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541382'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541419'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541419'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540574'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540574'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540599'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540599'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540844'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540844'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541133'^^xsd:integer;
  dwc:scientificName 'Osilinus turbinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541133'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '689179'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541200'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541200'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541259'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541259'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541403'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541403'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541464'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541464'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540536'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540536'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540571'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540571'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540633'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540633'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540838'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540838'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541099'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541099'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541197'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541197'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541257'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541257'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541461'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541461'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540495'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540495'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540578'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540578'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540735'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540735'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540849'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540849'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540884'^^xsd:integer;
  dwc:scientificName 'Gastroclonium clavatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145809'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540884'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541118'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541118'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541205'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541205'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541330'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541330'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541427'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541427'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540671'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540671'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540762'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540762'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541209'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541209'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541245'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541245'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541362'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541362'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541482'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541482'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540511'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540511'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540766'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540766'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540881'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540881'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541008'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541008'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541178'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541178'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541241'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541241'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541366'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541366'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540761'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540761'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541174'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541174'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541244'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541244'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540670'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540670'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540760'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540760'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540876'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540876'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541003'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541003'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541085'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541085'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541173'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541173'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541444'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541444'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540478'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540478'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540621'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540621'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540769'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540769'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540812'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540812'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540905'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540905'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540954'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540954'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541029'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541029'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541286'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541286'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541381'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541381'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541449'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541449'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540491'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540491'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540725'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540725'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540972'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540972'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541050'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541050'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541318'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541318'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541378'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541378'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541426'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541426'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540534'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540534'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540731'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540731'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540842'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540842'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541055'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541055'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541196'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541196'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541324'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541324'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541459'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541459'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540651'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540651'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540726'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540726'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540774'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540774'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540792'^^xsd:integer;
  dwc:scientificName 'Dictyopteris polypodioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145360'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540792'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540835'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540835'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540973'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540973'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541319'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541319'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540654'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540654'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540727'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540727'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540836'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540836'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541056'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541056'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541114'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541114'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541156'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541156'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541325'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541325'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540501'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540501'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540525'^^xsd:integer;
  dwc:scientificName 'Arca noae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138788'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540525'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540637'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540637'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540696'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540696'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541187'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541187'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541220'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541220'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541285'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541285'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540474'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540474'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540552'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540552'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540693'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540693'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540904'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540904'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540947'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540947'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541023'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541023'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541091'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541091'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541138'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541138'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541184'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541184'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541221'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541221'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540785'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540785'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540864'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540864'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540927'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540927'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541075'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541075'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541166'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541166'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541250'^^xsd:integer;
  dwc:scientificName 'Gastrochaena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138032'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541250'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541349'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541349'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541407'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541407'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541431'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541431'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541475'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541475'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540524'^^xsd:integer;
  dwc:scientificName 'Anadyomene stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145012'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540524'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540638'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540638'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540776'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540776'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540786'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540786'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540865'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540865'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540928'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540928'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540992'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540992'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541076'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541076'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541251'^^xsd:integer;
  dwc:scientificName 'Gastrochaena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138032'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541251'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541350'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541350'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541376'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541376'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541408'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541408'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541432'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541432'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541127'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541127'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541351'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541351'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541409'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541409'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541481'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541481'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540502'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540502'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540518'^^xsd:integer;
  dwc:scientificName 'Amphiroa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144003'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540518'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144003'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540872'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540872'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541463'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541463'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540490'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540490'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540773'^^xsd:integer;
  dwc:scientificName 'Cystoseira amentacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145506'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540773'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1568383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540782'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540782'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540916'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540916'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541054'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541054'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541323'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541323'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541373'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541373'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541402'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541402'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541458'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541458'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541169'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541169'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540783'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540783'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540885'^^xsd:integer;
  dwc:scientificName 'Gastroclonium clavatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145809'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540885'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540923'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540923'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540998'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540998'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541081'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541081'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541103'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541103'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541126'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541126'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541171'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541171'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541207'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541207'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541356'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541356'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540472'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540472'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540531'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540531'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540779'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540779'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540808'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540808'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540897'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540897'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540949'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540949'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541026'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541026'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541182'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541182'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541216'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541216'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541282'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541282'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541441'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541441'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540724'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540724'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540833'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540833'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540915'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540915'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540970'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540970'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541316'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541316'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541372'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541372'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541398'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541398'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540505'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540505'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540789'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540789'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540871'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540871'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540924'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540924'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540999'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540999'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541172'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541172'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541357'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541357'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541476'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541476'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540476'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540476'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540523'^^xsd:integer;
  dwc:scientificName 'Anadyomene stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145012'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540523'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540810'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540810'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540902'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540902'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540952'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540952'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541141'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541141'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541280'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541280'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541377'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541377'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541380'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541380'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541448'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541448'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540618'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540618'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540811'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540811'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540903'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540903'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540953'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540953'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541093'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541093'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541142'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541142'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540573'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540573'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540729'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540729'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540839'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540839'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541053'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541053'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541202'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541202'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541231'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541231'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541292'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541292'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540479'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540479'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540556'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540556'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540626'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540626'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540701'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540701'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540814'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540814'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540958'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540958'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541147'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541147'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541225'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541225'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541297'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541297'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541383'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541383'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540481'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540481'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540533'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540533'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540709'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540709'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540819'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540819'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540964'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540964'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541191'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541191'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541230'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541230'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541291'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541291'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541385'^^xsd:integer;
  dwc:scientificName 'Rhodophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '852'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541385'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540555'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540555'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540590'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540590'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540625'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540625'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540700'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540700'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540813'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540813'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541188'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541188'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541224'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541224'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540576'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540576'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540733'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540733'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540847'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540847'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541233'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541233'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541328'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541328'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540673'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540673'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540765'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540765'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540880'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540880'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541007'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541007'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541177'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541177'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541365'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541365'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540532'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540532'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540558'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540558'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540592'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540592'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540624'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540624'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540708'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540708'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540818'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540818'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541037'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541037'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541097'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541097'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541106'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541106'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541190'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541190'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541229'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541229'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541290'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541290'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540521'^^xsd:integer;
  dwc:scientificName 'Anadyomene stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145012'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540521'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540553'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540553'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540615'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540615'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540689'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540689'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540806'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540806'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541019'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541019'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541275'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541275'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541417'^^xsd:integer;
  dwc:scientificName 'Valonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144267'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541417'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541243'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541243'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541175'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541175'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541361'^^xsd:integer;
  dwc:scientificName 'Protoctista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541361'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541036'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541036'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541144'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541144'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541132'^^xsd:integer;
  dwc:scientificName 'Osilinus turbinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '141829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541132'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '689179'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540877'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540877'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541004'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541004'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540882'^^xsd:integer;
  dwc:scientificName 'Gastroclonium clavatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145809'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540882'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540929'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540929'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540918'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540918'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540879'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540879'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540581'^^xsd:integer;
  dwc:scientificName 'Phaeophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '829'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540581'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541084'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541084'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540604'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540604'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540907'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540907'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540805'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540805'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541143'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541143'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540883'^^xsd:integer;
  dwc:scientificName 'Gastroclonium clavatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145809'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540883'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541051'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541051'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540991'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540991'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541167'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541167'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540841'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540841'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541073'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541073'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541125'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541125'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540784'^^xsd:integer;
  dwc:scientificName 'Cystoseira compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145511'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540784'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540870'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540870'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540620'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540620'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541135'^^xsd:integer;
  dwc:scientificName 'Padina pavonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145385'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541135'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541082'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541082'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540589'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540589'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540520'^^xsd:integer;
  dwc:scientificName 'Anadyomene stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145012'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540520'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540722'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540722'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540969'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540969'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540950'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540950'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541447'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541447'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540826'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540826'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43942"^^xsd:decimal ;
  dwc:decimalLongitude "11.09743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43942 11.09743)"^^geo:wktLiteral ;
  geo-pos:lat "42.43942"^^xsd:decimal ;
  geo-pos:long "11.09743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540834'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.09743'^^xsd:double;
  dwc:latitude '42.43942'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540834'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540632'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540632'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540867'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540867'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541079'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541079'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541069'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541069'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540862'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540862'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541369'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541369'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541215'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541215'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541062'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541062'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541061'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541061'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540798'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540798'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540486'^^xsd:integer;
  dwc:scientificName 'Acetabularia (Acetabularia) acetabulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145302'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540486'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540685'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540685'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541015'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541015'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43817"^^xsd:decimal ;
  dwc:decimalLongitude "11.12301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43817 11.12301)"^^geo:wktLiteral ;
  geo-pos:lat "42.43817"^^xsd:decimal ;
  geo-pos:long "11.12301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540749'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.12301'^^xsd:double;
  dwc:latitude '42.43817'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540749'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541121'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541121'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540609'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540609'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540961'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540961'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540827'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540827'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540628'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540628'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540794'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540794'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541455'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541455'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540627'^^xsd:integer;
  dwc:scientificName 'Cladophora Rugulosae prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540627'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540526'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540526'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540889'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540889'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541105'^^xsd:integer;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541105'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541453'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541453'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541234'^^xsd:integer;
  dwc:scientificName 'Rivularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '146623'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541234'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '146623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541031'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541031'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541199'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541199'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540886'^^xsd:integer;
  dwc:scientificName 'Gelidiaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '143726'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540886'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '143726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540931'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540931'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541434'^^xsd:integer;
  dwc:scientificName 'Vermetus triquetrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '141944'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541434'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540920'^^xsd:integer;
  dwc:scientificName 'Halimeda Halimeda tuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '144483'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540920'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540975'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540975'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540828'^^xsd:integer;
  dwc:scientificName 'Corallinoideae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '163505'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540828'^^xsd:anyURI;
  dwc:observationDate '2004-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '163505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540976'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540976'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540746'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540746'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43889"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43889 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.43889"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540662'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '42.43889'^^xsd:double;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540662'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1540706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1540706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1540706'^^xsd:integer;
  dwc:scientificName 'Corallina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1540706'^^xsd:anyURI;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43825"^^xsd:decimal ;
  dwc:decimalLongitude "11.11542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43825 11.11542)"^^geo:wktLiteral ;
  geo-pos:lat "42.43825"^^xsd:decimal ;
  geo-pos:long "11.11542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1290__urn%3Acatalog%3AMarBEF%2FLargeNet%3Apa%3A1541210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/LargeNet:pa:1541210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1290_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-10-30'^^xsd:date;
  dwc:institutionCode 'MarBEF/LargeNet'^^xsd:string;
  dwc:collectionCode 'pa'^^xsd:string;
  dwc:catalogNumber '1541210'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'MED, Italy, Tuscany: Monte Argentario I.'^^xsd:string;
  dwc:longitude '11.11542'^^xsd:double;
  dwc:latitude '42.43825'^^xsd:double;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:sampleSize '0.04 m²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/LargeNet:pa:1541210'^^xsd:anyURI;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
# EOF